@charset "utf-8";

/**************************************************
		PC
**************************************************/
/* ===== Main Image ===== */
.tiMain {
	background:transparent url("../images/bg_main.jpg") 50% 50% no-repeat;
	background-size:cover;
}

.tiMain .inner {
	padding:95px 0;
}

.tiMain h1 {
	margin-bottom:25px;
	font-weight:normal;
}


/* ===== Result ===== */
.iconVirus,
.iconBacteria,
.iconMold,
.iconAllergen,
.iconHazardous,
.iconWater {
	display:inline-block;
	position:relative;
	padding:13px 0 13px 60px;
}

.iconAllergen { padding-left:70px; }

.iconVirus:before,
.iconBacteria:before,
.iconMold:before,
.iconAllergen:before,
.iconHazardous:before,
.iconWater:before {
	display:block;
	position:absolute;
	top:50%;
	left:0;
	margin-top:-25px;
	width:50px;
	height:50px;
	background:transparent none 50% 50% no-repeat;
	background-size:contain;
	content:"";
}

.iconVirus:before { background-image:url("../images/icon_virus.png"); }
.iconBacteria:before { background-image:url("../images/icon_bacteria.png"); }
.iconMold:before { background-image:url("../images/icon_mold.png"); }
.iconAllergen:before { width:60px; background-image:url("../images/icon_allergen.png"); }
.iconHazardous:before { background-image:url("../images/icon_hazardous.png"); }
.iconWater:before { background-image:url("../images/icon_water.png"); }

.table01 th {
	font-weight:normal;
}

.table01 th,
.table01 td {
	padding:7px 15px;
	line-height:1.6;
	vertical-align:middle;
}


/* ===== Streamer ===== */
.award {
	padding:50px 0 55px 0;
	background:#e6f5fa;
}

.listAward {
	font-size:16px;
	font-size:1rem;
}

.listAward li {
	float:left;
	width:50%;
	line-height:1.8;
	text-align:center;
}

.listAward li .image {
	display:block;
	margin-bottom:15px;
}

.listAward li .text {
	display:block;
}


/**************************************************
		SP
**************************************************/
@media screen and (max-width:767px){

/* ===== Main Image ===== */
.tiMain {
	background-image:url("../images/bg_main_sp.jpg");
}

.tiMain .inner {
	padding:40px 0;
}

.tiMain h1 {
	margin-bottom:15px;
}


/* ===== Result ===== */
.iconVirus,
.iconBacteria,
.iconMold,
.iconAllergen,
.iconHazardous,
.iconWater {
	padding:3px 0 3px 35px;
}

.iconAllergen { padding-left:40px; }

.iconVirus:before,
.iconBacteria:before,
.iconMold:before,
.iconAllergen:before,
.iconHazardous:before,
.iconWater:before {
	margin-top:-15px;
	width:30px;
	height:30px;
}

.iconBacteria:before {
	margin-top:-18px;
	height:35px;
}

.table01 {
	margin-bottom:10px;
}

.table01 th {
	padding:5px 7px;
	width:80px;
	background:#005ca6;
	font-weight:bold;
	color:#fff;
	text-align:center;
}

.table01 td {
	font-size:14px;
	font-size:0.88rem;
}

.table01 tr:nth-child(odd) td {
	background:#e9f6fb;
}


/* ===== Streamer ===== */
.award {
	padding:35px 0;
}

.listAward {
	font-size:10px;
	font-size:0.63rem;
}

.listAward li .image {
	margin-bottom:10px;
}

}
